Meta Tags
Reverb 2.0 automatically adds SEO-related meta tags to each generated page.
Canonical URLs
Each page includes a canonical URL meta tag that specifies the preferred URL for that content. This helps search engines avoid indexing duplicate content.
<link rel="canonical" href="https://docs.example.com/help/topic.html" />Open Graph Meta Tags
Open Graph tags control how pages appear when shared on social media platforms like Facebook and LinkedIn.
Tag | Description |
|---|---|
og:url | The canonical URL for the page |
og:type | Content type (set to "article") |
og:title | The page title |
og:description | The page description or summary |
og:image | Preview image URL (from target settings) |
Twitter Card Meta Tags
Twitter Card tags optimize the appearance of shared links on Twitter/X.
Tag | Description |
|---|---|
twitter:card | Card type (set to "summary") |
twitter:title | The page title |
twitter:description | The page description |
twitter:image | Preview image URL (from target settings) |
Last Modified Date
Each page includes a date meta tag that helps search engines determine content freshness. The content is populated from the
last-modified-date attribute:<meta name="date" content="2025-01-15" />Last modified date: 01/21/2026